home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 July / Software of the Month - Ultimate Collection Shareware 274.iso / mac / MyABCD / HELP.SWF / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  1999-11-15  |  163 b   |  14 lines

  1. if(product eq "CD2.5")
  2. {
  3.    stop();
  4. }
  5. else if(product eq "reg2.5txly9a")
  6. {
  7.    stop();
  8. }
  9. else
  10. {
  11.    loadMovieNum("regbutton.swf",3,"GET");
  12.    stop();
  13. }
  14.